GoXam for WPF v3
AddCopiedLink Method (GraphLinksModel.CopyDictionary<NodeType,NodeKey,PortKey,LinkType>)
Northwoods.GoXam.Model Namespace > GraphLinksModel.CopyDictionary<NodeType,NodeKey,PortKey,LinkType> Class : AddCopiedLink Method
a link data in the source collection
a copied link data, or null to indicate that there is no copied link data for a given source link data
Declare the mapping of a source link data to a copied link data.
Syntax
public void AddCopiedLink( 
   LinkType oldlink,
   LinkType newlink
)

Parameters

oldlink
a link data in the source collection
newlink
a copied link data, or null to indicate that there is no copied link data for a given source link data
Remarks
This will add a link data to the copies collection, associated with the source link data.
See Also

Reference

GraphLinksModel.CopyDictionary<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel.CopyDictionary<NodeType,NodeKey,PortKey,LinkType> Members